Shifts the current value right by the specified number of bits.
Performs an signed (arithmetic) shift if TSelf is signed; otherwise sets the high-order bits to zero. Discards the low-order bits.
UInt16M INumeric<UInt16M>.RightShift(
int count
)
Private Function RightShift (
count As Integer
) As UInt16M Implements INumeric(Of UInt16M).RightShift
private:
virtual UInt16M RightShift(
int count
) sealed = INumeric<UInt16M>::RightShift
private abstract RightShift :
count : int -> UInt16M
private override RightShift :
count : int -> UInt16M